Opening Windows Firewall

1 / 9

Step 1

2 / 9

Step 2

3 / 9

Step 3

4 / 9

Step 4

5 / 9

Step 5

6 / 9

Step 6
Ports I have open for Wamp are 80, 443, & 3306

7 / 9

Step 7

8 / 9

Step 8

9 / 9

Step 9


Firewall ports may also be opened as follows in the command prompt or powershell: :: Open port 80 for Apache (HTTP)
netsh advfirewall firewall add rule name="OpenPort80" dir=in action=allow protocol=TCP localport=80